[INFO] cloning repository https://github.com/iqlusioninc/arecibo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iqlusioninc/arecibo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Farecibo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Farecibo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1818fdb44eabc8d7f8b902266995093599ad1a95
[INFO] checking iqlusioninc/arecibo against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Farecibo" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iqlusioninc/arecibo
[INFO] finished tweaking git repo https://github.com/iqlusioninc/arecibo
[INFO] tweaked toml for git repo https://github.com/iqlusioninc/arecibo written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iqlusioninc/arecibo on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iqlusioninc/arecibo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 16950feb4fb48e42c9a3adb40f9c3cf0f4fab6acb52112d5808d0bb065badcdc
[INFO] running `Command { std: "docker" "start" "16950feb4fb48e42c9a3adb40f9c3cf0f4fab6acb52112d5808d0bb065badcdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "16950feb4fb48e42c9a3adb40f9c3cf0f4fab6acb52112d5808d0bb065badcdc" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16950feb4fb48e42c9a3adb40f9c3cf0f4fab6acb52112d5808d0bb065badcdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "16950feb4fb48e42c9a3adb40f9c3cf0f4fab6acb52112d5808d0bb065badcdc" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]     Checking once_cell v1.5.2
[INFO] [stderr]     Checking pin-project-lite v0.2.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]     Checking bytes v1.0.1
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking adler v0.2.3
[INFO] [stderr]     Checking byteorder v1.4.2
[INFO] [stderr]     Checking gimli v0.23.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]     Checking object v0.23.0
[INFO] [stderr]    Compiling anyhow v1.0.38
[INFO] [stderr]     Checking rustc-demangle v0.1.18
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]     Checking futures-core v0.3.12
[INFO] [stderr]     Checking futures-sink v0.3.12
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]     Checking futures-task v0.3.12
[INFO] [stderr]     Checking futures-io v0.3.12
[INFO] [stderr]     Checking futures-channel v0.3.12
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]     Checking regex-syntax v0.6.22
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling tokio v1.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling eyre v0.6.5
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking mio v0.7.7
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking cpuid-bool v0.1.2
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]    Compiling httparse v1.3.5
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]     Checking indenter v0.3.2
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking signature v1.3.0
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking http v0.2.3
[INFO] [stderr]     Checking tracing-log v0.1.1
[INFO] [stderr]     Checking sharded-slab v0.1.1
[INFO] [stderr]     Checking owo-colors v1.3.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking canonical-path v2.0.2
[INFO] [stderr]     Checking httpdate v0.3.2
[INFO] [stderr]     Checking fs-err v2.5.0
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking addr2line v0.14.1
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking arc-swap v1.2.0
[INFO] [stderr]     Checking walkdir v2.3.1
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking sha2 v0.9.3
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]     Checking regex v1.4.3
[INFO] [stderr]     Checking backtrace v0.3.56
[INFO] [stderr]     Checking matchers v0.0.1
[INFO] [stderr]     Checking http-body v0.4.0
[INFO] [stderr]     Checking anomaly v0.2.0
[INFO] [stderr]     Checking color-eyre v0.5.10
[INFO] [stderr]    Compiling synstructure v0.12.4
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling zeroize_derive v1.0.1
[INFO] [stderr]    Compiling futures-macro v0.3.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.12
[INFO] [stderr]    Compiling prost-derive v0.7.0
[INFO] [stderr]    Compiling tokio-macros v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.23
[INFO] [stderr]    Compiling pin-project-internal v1.0.5
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling gumdrop_derive v0.7.0
[INFO] [stderr]    Compiling serde_repr v0.1.6
[INFO] [stderr]    Compiling async-trait v0.1.42
[INFO] [stderr]     Checking zeroize v1.2.0
[INFO] [stderr]     Checking thiserror v1.0.23
[INFO] [stderr]     Checking curve25519-dalek v3.0.2
[INFO] [stderr]     Checking tracing v0.1.23
[INFO] [stderr]     Checking futures-util v0.3.12
[INFO] [stderr]     Checking subtle-encoding v0.5.1
[INFO] [stderr]     Checking tracing-subscriber v0.2.15
[INFO] [stderr]     Checking gumdrop v0.7.0
[INFO] [stderr]     Checking pin-project v1.0.5
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]     Checking prost v0.7.0
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling abscissa_derive v0.5.0
[INFO] [stderr]     Checking prost-types v0.7.0
[INFO] [stderr]     Checking futures-executor v0.3.12
[INFO] [stderr]     Checking futures v0.3.12
[INFO] [stderr]     Checking hyper v0.14.4
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking serde_bytes v0.11.5
[INFO] [stderr]     Checking ed25519 v1.0.3
[INFO] [stderr]     Checking semver v0.10.0
[INFO] [stderr]     Checking secrecy v0.7.0
[INFO] [stderr]     Checking ed25519-dalek v1.0.1
[INFO] [stderr]     Checking tendermint-proto v0.18.1
[INFO] [stderr]     Checking abscissa_core v0.6.0-pre.1
[INFO] [stderr]     Checking abscissa_tokio v0.6.0-pre.1
[INFO] [stderr]     Checking tendermint v0.18.1
[INFO] [stderr]     Checking tendermint-rpc v0.18.1
[INFO] [stderr]     Checking arecibo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `path::PathBuf`
[INFO] [stdout]  --> src/commands/start.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::{path::PathBuf, process, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::config::AreciboConfig`
[INFO] [stdout]  --> src/commands/start.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::config::AreciboConfig;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FrameworkError` and `config`
[INFO] [stdout]  --> src/commands/start.rs:9:21
[INFO] [stdout]   |
[INFO] [stdout] 9 | use abscissa_core::{config, Command, FrameworkError, Options, Runnable};
[INFO] [stdout]   |                     ^^^^^^           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `block::Height`
[INFO] [stdout]   --> src/commands/start.rs:12:50
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tendermint::{net::Address, genesis::Genesis, block::Height};
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FrameworkError` and `config::Override`
[INFO] [stdout]   --> src/commands.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     config::Override, Command, Configurable, FrameworkError, Help, Options, Runnable,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^                         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `path::PathBuf`
[INFO] [stdout]  --> src/commands/start.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::{path::PathBuf, process, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::config::AreciboConfig`
[INFO] [stdout]  --> src/commands/start.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::config::AreciboConfig;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FrameworkError` and `config`
[INFO] [stdout]  --> src/commands/start.rs:9:21
[INFO] [stdout]   |
[INFO] [stdout] 9 | use abscissa_core::{config, Command, FrameworkError, Options, Runnable};
[INFO] [stdout]   |                     ^^^^^^           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `block::Height`
[INFO] [stdout]   --> src/commands/start.rs:12:50
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tendermint::{net::Address, genesis::Genesis, block::Height};
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FrameworkError` and `config::Override`
[INFO] [stdout]   --> src/commands.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     config::Override, Command, Configurable, FrameworkError, Help, Options, Runnable,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^                         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config`
[INFO] [stdout]   --> src/commands/start.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let config = APP.config();
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config`
[INFO] [stdout]   --> src/commands/start.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let config = APP.config();
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `URL` is never used
[INFO] [stdout]   --> src/commands/start.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 | const URL: &'static str ="test";
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `URL` is never used
[INFO] [stdout]   --> src/commands/start.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 | const URL: &'static str ="test";
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub mod genesis;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     missing_docs,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub mod genesis;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     missing_docs,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/commands.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Command, Debug, Options, Runnable)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Command` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_DERIVE_Command_FOR_AreciboCmd`
[INFO] [stdout] 28 | pub enum AreciboCmd {
[INFO] [stdout]    |          ---------- `AreciboCmd` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Command` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Command` may come from an old version of the `abscissa_derive` crate, try updating your dependency with `cargo update -p abscissa_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/commands.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Command, Debug, Options, Runnable)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Command` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_DERIVE_Command_FOR_AreciboCmd`
[INFO] [stdout] 28 | pub enum AreciboCmd {
[INFO] [stdout]    |          ---------- `AreciboCmd` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Command` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Command` may come from an old version of the `abscissa_derive` crate, try updating your dependency with `cargo update -p abscissa_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/commands.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Command, Debug, Options, Runnable)]
[INFO] [stdout]    |                                   ^-------
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   `Runnable` is not local
[INFO] [stdout]    |                                   move the `impl` block outside of this constant `_DERIVE_Runnable_FOR_AreciboCmd`
[INFO] [stdout] 28 | pub enum AreciboCmd {
[INFO] [stdout]    |          ---------- `AreciboCmd` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Runnable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Runnable` may come from an old version of the `abscissa_derive` crate, try updating your dependency with `cargo update -p abscissa_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Runnable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/commands.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Command, Debug, Options, Runnable)]
[INFO] [stdout]    |                                   ^-------
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   `Runnable` is not local
[INFO] [stdout]    |                                   move the `impl` block outside of this constant `_DERIVE_Runnable_FOR_AreciboCmd`
[INFO] [stdout] 28 | pub enum AreciboCmd {
[INFO] [stdout]    |          ---------- `AreciboCmd` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Runnable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Runnable` may come from an old version of the `abscissa_derive` crate, try updating your dependency with `cargo update -p abscissa_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Runnable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/commands/start.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(Command, Debug, Options)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Command` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_DERIVE_Command_FOR_StartCmd`
[INFO] [stdout] 22 | pub struct StartCmd {
[INFO] [stdout]    |            -------- `StartCmd` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Command` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Command` may come from an old version of the `abscissa_derive` crate, try updating your dependency with `cargo update -p abscissa_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/commands/start.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(Command, Debug, Options)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Command` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_DERIVE_Command_FOR_StartCmd`
[INFO] [stdout] 22 | pub struct StartCmd {
[INFO] [stdout]    |            -------- `StartCmd` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Command` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Command` may come from an old version of the `abscissa_derive` crate, try updating your dependency with `cargo update -p abscissa_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/commands/version.rs:9:10
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Command, Debug, Default, Options)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Command` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_DERIVE_Command_FOR_VersionCmd`
[INFO] [stdout] 10 | pub struct VersionCmd {}
[INFO] [stdout]    |            ---------- `VersionCmd` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Command` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Command` may come from an old version of the `abscissa_derive` crate, try updating your dependency with `cargo update -p abscissa_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/commands/version.rs:9:10
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Command, Debug, Default, Options)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Command` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_DERIVE_Command_FOR_VersionCmd`
[INFO] [stdout] 10 | pub struct VersionCmd {}
[INFO] [stdout]    |            ---------- `VersionCmd` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Command` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Command` may come from an old version of the `abscissa_derive` crate, try updating your dependency with `cargo update -p abscissa_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.34s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: abscissa_core v0.6.0-pre.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "16950feb4fb48e42c9a3adb40f9c3cf0f4fab6acb52112d5808d0bb065badcdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16950feb4fb48e42c9a3adb40f9c3cf0f4fab6acb52112d5808d0bb065badcdc", kill_on_drop: false }`
[INFO] [stdout] 16950feb4fb48e42c9a3adb40f9c3cf0f4fab6acb52112d5808d0bb065badcdc
